/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

@font-face
{font-family: "Harbour-Medium";
src: url("http://home607737569.1and1-data.host/files/FONT/Harbour-Medium.eot"), /* IE9 Compat Modes */
src: url("740fc415eec5f4504858a02cf5d6d272.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("http://home607737569.1and1-data.host/files/FONT/Harbour-Medium.woff2") format("woff2"), /* chrome、firefox */
url("http://home607737569.1and1-data.host/files/FONT/Harbour-Medium.woff") format("woff"), /* chrome、firefox */
url("http://home607737569.1and1-data.host/files/FONT/Harbour-Medium.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url("http://home607737569.1and1-data.host/files/FONT/Harbour-Medium.svg") format("svg"); /* iOS 4.1- */
font-weight: normal;
font-style: normal;
}

@font-face
{font-family: "KLUTE";
src: url("http://home607737569.1and1-data.host/files/FONT/Klute-Black.eot"), /* IE9 Compat Modes */
src: url("bfa1c39343f16ce3c5d31675553832ed.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("http://home607737569.1and1-data.host/files/FONT/Klute-Black.woff2") format("woff2"), /* chrome、firefox */
url("http://home607737569.1and1-data.host/files/FONT/klute-black-webfont.woff") format("woff"), /* chrome、firefox */
url("http://home607737569.1and1-data.host/files/FONT/Klute-Black.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url("http://home607737569.1and1-data.host/files/FONT/Harbour-Medium.svg") format("svg"); /* iOS 4.1- */
font-weight: normal;
font-style: normal;
}


body {
	font-size: 9px;
	font-family: 'Helvetica Neue', Arial, Helvetica, Avenir, Verdana, sans-serif;
	background: #fff;
	color: #000;
	line-height: 1.3em;
	font-weight: light;
	/* font-weight: 300; */
}

BIO {
	font-size: 16px;
	font-family: 'Helvetica Neue', Arial, Helvetica, Avenir, Verdana, sans-serif;
	background: #fff;
	color: #000;
	line-height: 1.3em;
	font-weight: light;
	/* font-weight: 300; */
}

BIOGRIS {
	font-size: 16px;
	font-family: 'Helvetica Neue', Arial, Helvetica, Avenir, Verdana, sans-serif;
	background: #fff;
	color: #999;
	line-height: 1.3em;
	font-weight: light;
	/* font-weight: 300; */
}

FANTASY {
	font-size: 16px;
	font-family: 'Harbour-Medium';
	background: #fff;
	color: #06ff00;
	line-height: 1.3em;
	/* font-weight: 300; */
}

/*NOTA BENE text-decoration: none RIEN, underline SOULIGNE, overline SURLIGNE, line-through RAYE  */


/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #00cc00; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #06ff00; } /* GRIS: #DBDBDB*/
a img { border: none; }

/* general styles */
small { font-size: 9px; }
BIG { font-size: 26px; margin-bottom: 2em; color: #000; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 { font-size: 10px; margin-bottom: 1em; color: #000; font-weight: bold; }
/* UNICORN TEXT */
h2 {
font-size: 10px; margin-bottom: 1em; font-weight: bold; 
color: #f35626;
    background-image: -webkit-linear-gradient(92deg,#5aff00,#f6ff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear;}
@-webkit-keyframes hue {
    from {
      -webkit-filter: hue-rotate(0deg);
    }
    
    to {
      -webkit-filter: hue-rotate(360deg);
    }
}
/* BREATHE EFFECT */
h3 {
  FONT-family: 'HELVETICA NEUE';
  line-height: 100%; 
	-webkit-animation-direction: normal;
	-webkit-animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: BREATHE;
	-webkit-animation-timing-function: ease;
}

@-webkit-keyframes BREATHE {
	  0% {letter-spacing: 0px; }
	 85% {letter-spacing: 5px; }
   95% {letter-spacing: 5px; }
	100% {letter-spacing: 0px; }
}
}
h4 { font-size: 10px; margin-bottom: 1em; color: #000; }
h5 { font-size: 23.5px; color: #000; margin-bottom: 1.5em; }
h6 { color: #fff;div class='createdby'}
h7 { font-size: 23px; color: #000; margin-bottom: 10em; }

/* paragraph width */
#index p { margin-bottom: 1em; } 
#exhibit p, code, blockquote { width: 450px; margin-bottom: 1em; /* line-height: 1.3em; */ }

/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #000; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 215px; background: #fff; /* line-height: 1.3em; */ }
#exhibit { margin: 0 0 0 250px; }

/* styling the index */
#index ul { list-style: none; margin-bottom: 3em; } /* espace entre les blocs */
#index ul.section { margin-bottom: 0em; } /* IDEM */
#index ul.subsection {  }


/* espace entre section-title et exhibit-title */
#index ul span.section_title {
        display: inline-block;
        margin-bottom: 8px;
}

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a {  }


/* active exhibit title parts LE LOOK DU EXHIBITTITLE QUAND SA PAGE EST ACTIVEE*/
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-size: 11px; color: #000; font-weight: BOLD; text-decoration:none; } 

/* OLD VERSIONS
{ font-size: 13.5px; font-family: 'copperplate'; color: #000; font-weight: BOLD; }
{ font-size: 10.5px; font-family: 'Harbour-Medium'; color: #000; font-weight: NORMAL; } 
{ font-size: 11.5px; font-family: 'Helvetica Neue'; COLOR: #06ff00; background-color: #none; font-weight: bold; } 
{ font-size: 12px; 
font-family: 'Helvetica Neue'; 
color: #f35626; 
font-weight: bold; 
    background-image: -webkit-linear-gradient(92deg,#5aff00,#f6ff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear;}
*/


/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link {  } 
#index a:hover {  } 
#index a:active {  } 
#index a:visited {  }

/* links styles only for the #exhibit region */
#exhibit a:link {  } 
#exhibit a:hover {  } 
#exhibit a:active {  } 
#exhibit a:visited {  } 

/* this is where you adjust your paddings for #index and #exhibit together */
.container {  }

/* this is where you pad them separately */
#index .container { padding: 33px 5px 25px 27px; }
#exhibit .container { padding: 33px 5px 20px 27px; }